home *** CD-ROM | disk | FTP | other *** search
/ Into That Dark Night / Into That Dark Night.iso / pc / YadVashem / Database / TIMELINE.dxr / 00001_TL dates behavior.ls next >
Encoding:
Text File  |  2003-03-17  |  243 b   |  17 lines

  1. property pCurLine
  2.  
  3. on mouseWithin
  4.   set whatLine to the mouseLine
  5.   rollOverTL(whatLine, pCurLine)
  6.   set pCurLine to whatLine
  7. end
  8.  
  9. on mouseUp
  10.   set whatLine to the mouseLine
  11.   clickOverTL(whatLine)
  12. end
  13.  
  14. on beginSprite
  15.   set pCurLine to -1
  16. end
  17.